home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Essentials / BBEdit Lite 4.1 / About BBEdit Lite next >
Text File  |  1998-02-17  |  16KB  |  388 lines

  1. About BBEdit Lite
  2. ===== ====== ====
  3.  
  4. BBEdit Lite 4.1 is a freeware derivative of BBEdit 4.5, the popular and
  5. critically acclaimed text and HTML editor for Web authors, programmers,
  6. on-line-service users, and anyone else who needs to edit plain-text
  7. files.
  8.  
  9. BBEdit Lite is shipped with a self-viewable BBEdit Lite QuickStart
  10. document which describes many of the application's features. Please note
  11. that this file is the only documentation available for BBEdit Lite. Full
  12. documentation, as well as a considerable amount of additional
  13. functionality, is available with the purchase of BBEdit 4.5. See the
  14. document "How do I order BBEdit 4.5" for details on obtaining your own
  15. copy of BBEdit.
  16.  
  17. We are committed to providing continued support for BBEdit Lite by
  18. responding to individual questions and inquiries, as well as in
  19. providing fixes for Lite, and improvements in its functionality. We will
  20. announce any future changes or updates to Lite via the comp.sys.mac.*
  21. newsgroups, as well as by providing information and downloadable
  22. versions on our Web and ftp sites. We regret that we cannot offer
  23. telephone or fax support for BBEdit Lite; if you have any suggestions,
  24. comments, or questions regarding Lite, please send us email at
  25. <support@barebones.com>.
  26.  
  27.  
  28. Overview
  29. ========
  30.  
  31. BBEdit Lite Capabilities
  32. ------ ---- ------------
  33.  
  34. BBEdit Lite offers a great deal of useful functionality:
  35.  
  36. *   Powerful multi-file search. BBEdit Lite offers the usual multi-file
  37.     search, in which a disk directory is scanned and the files are
  38.     opened one at a time; however, BBEdit Lite can also display the
  39.     search results in a window for easy browsing (and selected entries
  40.     in the window can be opened for display). The search can also be
  41.     limited to files that are already opened for editing, or to files
  42.     which were already found in a previous multi-file search. BBEdit
  43.     Lite also offers multi-file replace capability for automated "search
  44.     and destroy" operations.
  45.  
  46. *   File size limited only by available memory. BBEdit Lite's default
  47.     partition size is 1221K (only 650K with VM or RAMDoubler) of RAM.
  48.     This can be set as low as 450K, to make BBEdit Lite the ideal
  49.     constantly-resident editor for small to moderate tasks, or turned up
  50.     as high as necessary to edit many large files or perform large-scale
  51.     search-and-replace operations. BBEdit Lite automatically takes
  52.     advantage of available system memory, so that you don't have to
  53.     adjust its partition size to edit large files.
  54.  
  55. *   No hard limit on number of files open. The number of files that
  56.     BBEdit Lite can have open at once is limited by available memory,
  57.     and can be increased or decreased by adjusting  BBEdit Lite's
  58.     partition size as appropriate.
  59.  
  60. *   Easy manipulation of multiple files at once. The "Open Several..."
  61.     command makes it possible to open multiple files from different
  62.     folders at once, and the Save and Print commands can operate on all
  63.     open files at once. (Hold down the Option key while pulling down the
  64.     File menu to see the "Open Several..." command.
  65.  
  66. *   Pattern ("grep") searching. Matching patterns can be constructed so
  67.     that strings other than exact literal matches can be found and
  68.     replaced; for example, converting Pascal comments to C comments, or
  69.     modifying instances of HTML tags.
  70.  
  71. *   Drag & Drop Editing. BBEdit Lite now includes support for Macintosh
  72.     Drag & Drop, both for internal editing operations, and for
  73.     exchanging data with other applications, or creating text clippings
  74.     in the Finder.
  75.  
  76. *   High performance. BBEdit Lite 4.1 includes PowerMac native code
  77.     support. Try and enjoy.
  78.  
  79. BBEdit Lite also offers the following significant benefits:
  80.  
  81. *   High quality. BBEdit Lite is based on mature and stable technology;
  82.     this technology is the beneficiary of years of in-house and field
  83.     use and testing. The commitment to quality and functionality shown
  84.     in BBEdit 4.5 is reflected in BBEdit Lite.
  85.  
  86. *   Zero cost. BBEdit Lite is free, with no qualification. It is not a
  87.     shareware or commercial product. It is not a demo version, and there
  88.     is no expectation that you will buy anything.
  89.  
  90. *   Extensibility. BBEdit Lite can use plug-in code modules to perform
  91.     a wide range of text editing and transformation tasks. There are a
  92.     large number of these plug-ins already available from us, and from
  93.     other sources such as the Info-Mac archives.
  94.  
  95. This document contains specific information on how to take advantage of
  96. BBEdit Lite's capabilities. If you would like to write such plug-ins, we
  97. offer a BBEdit extension developer's kit, which includes documentation
  98. on how to write your own plug-ins, as well as source code for several
  99. sample plug-ins. A copy of the BBEdit Extension SDK is available from
  100. our Web site:
  101.  
  102. <http://web.barebones.com/updates.html>
  103.  
  104. or from our FTP site:
  105.  
  106. <ftp://ftp.barebones.com/>
  107.  
  108. as well as from Info-Mac mirror sites, in the /info-mac/text/bb directory.
  109.  
  110. Differences between BBEdit Lite and BBEdit 4.5
  111. ----------- ------- ------ ---- --- ------ ---
  112.  
  113. BBEdit Lite has many of the same capabilities as the commercial BBEdit;
  114. however, the following capabilities of the commercial BBEdit are -not-
  115. present in BBEdit Lite:
  116.  
  117. *   BBEdit Lite cannot use the advanced HTML markup tools that are
  118.     supplied with the full version;
  119.  
  120. *    BBEdit Lite does not include syntax coloring support;
  121.  
  122. *   BBEdit Lite does not support Internet Config for interacting 
  123.     directly with Internet service applications (such as Web browsers and FTP clients);
  124.  
  125. *   BBEdit Lite is not scriptable;
  126.  
  127. *    BBEdit Lite does not have an integrated FTP tool for accessing
  128.     and editing files directly;
  129.  
  130. *   BBEdit Lite does not include an integrated spelling checker;
  131.  
  132. *   BBEdit Lite has only 1 level of Undo capability;
  133.  
  134. *   BBEdit Lite's use of Macintosh Drag and Drop is limited to dragging
  135.     and dropping of text while editing. Commercial versions of BBEdit
  136.     make more comprehensive use of drag-and-drop operations.
  137.  
  138. *   Find Differences (comparing files, folders, and projects) is not
  139.     included;
  140.  
  141. *   QuickSearch (an incremental search facility) is not provided;
  142.  
  143. *   There is no option for split windows
  144.  
  145. *   Disk browsers are not available, and you can only have one Search
  146.     Results window open at a time;
  147.  
  148. *   BBEdit's advanced PopupFuncs(TM) technology is not built in (you can,
  149.     however, obtain and install PopupFuncs 2.8 or later into BBEdit
  150.     Lite);
  151.  
  152. *   BBEdit Lite cannot open or browse project documents;
  153.  
  154. *   Integration with THINK C, Symantec C++, CodeWarrior, and THINK
  155.     Reference is not supported;
  156.  
  157. *   ToolServer is not supported;
  158.  
  159. *   The Glossary function is not supported;
  160.  
  161. *   Marker support is not provided;
  162.  
  163. *   BBEdit Lite does not support Apple Guide for active assistance in
  164.     using its capabilities.
  165.  
  166. *   XTND translation is not supported;
  167.  
  168. In addition to the specific capabilities listed here, BBEdit 4.5
  169. contains a large number of refinements and smaller capabilities that 
  170. are not present in BBEdit Lite.
  171.  
  172.  
  173. About BBEdit 4.5
  174. ----- ------ ---
  175.  
  176. BBEdit 4.5 is an industrial-strength text editor for use by software
  177. developers, HTML authors, engineers, scientists, telecommunications
  178. users, and anyone else who needs to view, edit and manipulate plain-text
  179. documents with maximum flexibility and performance. BBEdit 4.5 is an
  180. ideal companion for CodeWarrior, THINK C, Symantec C++, THINK Pascal,
  181. MPW, and THINK Reference users. With BBEdit 4.5, you can:
  182.  
  183. *   Take advantage of integrated HTML editing tools and integration
  184.     with Internet services to create and edit World Wide Web content;
  185.  
  186. *    See your code in color, with BBEdit's built-in syntax coloring for 
  187.     HTML, Java, Perl, C, C++, Pascal, and a whole bunch of other languages;
  188.  
  189. *   Quickly and easily edit files residing on remote FTP file servers, 
  190.     via "Open from FTP" and "Save to FTP" commands;
  191.  
  192. *   Use an integrated HTML-aware spell checker with a 100,000+ word
  193.     dictionary to correct typographical and spelling errors;
  194.  
  195. *   Automate operations via AppleScript, Frontier, or any other
  196.     OSA- compliant scripting system;
  197.  
  198. *   Easily compare text files, folders, and projects via a built-in
  199.     differences engine and browser;
  200.  
  201. *   Use BBEdit 4.5 in conjunction with Metrowerks CodeWarrior (version
  202.     1.2 or later required) to compile source files, and run and debug
  203.     projects;
  204.  
  205. *   Access multiple levels of Undo to speed your content editing tasks;
  206.  
  207. *   Use Macintosh Drag and Drop (included) for text editing and in
  208.     various parts of the user interface;
  209.  
  210. *   Use integrated PopupFuncs(TM) technology to quickly navigate C, C++,
  211.     Java, Pascal, Fortran, 68K assembler, Perl, HTML, Tcl, GuideScript,
  212.     TeX, and ScriptX source files;
  213.  
  214. *   Browse and search source files in CodeWarrior, THINK C/Symantec
  215.     C++, and THINK Pascal project documents;
  216.  
  217. *   Use BBEdit 4.5 in conjunction with Symantec C++ (version 6.0 or
  218.     later required) to compile source files and run projects;
  219.  
  220. *   Use ToolServer to execute MPW Shell scripts for building MPW-based
  221.     applications and other MPW-driven tasks, as well as MPW 411-based
  222.     Toolbox searches;
  223.  
  224. *   Use THINK Reference 2.0, MPW 411, or Macintosh Programmer's Toolbox
  225.     Assistant to search for Toolbox symbols and insert Toolbox call
  226.     templates;
  227.  
  228. *   Open disk browser windows to easily navigate the directory
  229.     structures of any mounted volumes and view files quickly and easily;
  230.  
  231. *   Take advantage of integrated Claris XTND translation to translate
  232.     text files to and from popular word processor formats;
  233.  
  234. *   Use a glossary to store commonly-used pieces of text for insertion
  235.     with a single keystroke;
  236.  
  237. *   Split editing windows for easier navigation and reference;
  238.  
  239. *   Enjoy many other technical advancements and refinements made since
  240.     the original release of BBEdit.
  241.  
  242. In addition, BBEdit 4.5 is delivered on CD-ROM with full printed and
  243. electronic documentation, a complete collection of BBEdit plug-ins
  244. contributed by BBEdit users from all over the world, demo versions of
  245. ours and other developers' products, and product information and special
  246. offers from select third-party developers. (Customers who don't have a
  247. CD-ROM drive can obtain floppy disks at a nominal extra cost.)
  248.  
  249. Additional information on BBEdit 4.5's capabilities, and instructions on
  250. how to upgrade, are contained in the enclosed documents "What is BBEdit
  251. 4.5" and "How do I order BBEdit 4.5", or you can visit our Web site:
  252.  
  253.     <http://www.barebones.com/>
  254.  
  255. for the latest information available.
  256.  
  257.  
  258. Distribution
  259. ============
  260.  
  261. BBEdit Lite is a freely distributable, copyrighted program, otherwise
  262. known as "freeware". There is no registration process, no fee requested
  263. or required, no obligation on your part, and no guilt.
  264.  
  265. We at Bare Bones Software do not produce or develop "shareware"; it has
  266. been our direct experience that many people simply ignore shareware
  267. notices. The cost of goods related to distributing BBEdit Lite is very
  268. low, and can be recouped by means other than (unsuccessfully) trying to
  269. shame users into paying some small amount of money for a program.
  270.  
  271. We believe that when users of a program make the financial sacrifice to
  272. obtain a piece of software, they should expect, and receive, significant
  273. value added. This is why a commercial distribution of BBEdit exists.
  274.  
  275. If you feel compelled to pay us for BBEdit Lite, don't. If you need the
  276. capabilities that the commercial version of BBEdit has to offer, we
  277. encourage you to order your own copy of BBEdit. See "How do I order
  278. BBEdit 4.5" for information on how to do it.
  279.  
  280.  
  281. Distribution
  282. ============
  283.  
  284. BBEdit Lite is Freeware
  285. ------ ---- -- --------
  286.  
  287. BBEdit Lite is a freely distributable, copyrighted program, otherwise
  288. known as "freeware". There is no registration process, no fee requested
  289. or required, no obligation on your part, and no guilt.
  290.  
  291. We at Bare Bones Software do not produce or develop "shareware"; it has
  292. been our direct experience that many people simply ignore shareware
  293. notices. The cost of goods related to distributing BBEdit Lite is very
  294. low, and can be recouped by means other than (unsuccessfully) trying to
  295. shame users into paying some small amount of money for a program.
  296.  
  297. We believe that when users of a program make the financial sacrifice to
  298. obtain a piece of software, they should expect, and receive, significant
  299. value added. This is why a commercial distribution of BBEdit exists.
  300.  
  301. If you feel compelled to pay us for BBEdit Lite, don't. If you need the
  302. capabilities that the commercial version of BBEdit has to offer, we
  303. encourage you to order your own copy of BBEdit. See "How do I order
  304. BBEdit 4.5" for information on how to do it.
  305.  
  306.  
  307. License Requirements
  308. ------- ------------
  309.  
  310. Although BBEdit Lite is free, it is not "public domain". It is a
  311. copyrighted software program, and Bare Bones Software, Inc. reserves all
  312. rights; therefore:
  313.  
  314. *   BBEdit Lite cannot be sold, either by itself or in combination with
  315.     any other product, without the express written permission of Bare
  316.     Bones Software, Inc.
  317.  
  318. *   If you are a user group which is publishing a CD-ROM or floppy
  319.     collection, you may include BBEdit Lite and all of its related files
  320.     without restriction, save that the entire original package is
  321.     included. Contact Bare Bones Software for up-to-date versions and
  322.     information.
  323.  
  324. *   If you are a hard disk vendor which distributes PD, shareware, and
  325.     freeware on your disk drives, you are welcome to distribute BBEdit
  326.     Lite. Contact Bare Bones Software for up-to-date versions and
  327.     information.
  328.  
  329. *   Commercial publishers and distributors of CD-ROM software
  330.     collections, to include any and all software compilations provided
  331.     as an adjunct to printed or online publications, may not distribute
  332.     BBEdit Lite on CD-ROM without the express written permission of Bare
  333.     Bones Software, Inc.
  334.  
  335. *   BBEdit Lite may be posted on an information service which charges
  336.     its users for general connection time and downloading, but it may
  337.     NOT be posted to an information service which will charge for the
  338.     specific right to download BBEdit Lite, without the express written
  339.     permission of Bare Bones Software, Inc.
  340.  
  341. *   BBEdit Lite may be given away as a support utility for a package
  342.     which is itself to be given away. People who need to distribute
  343.     BBEdit Lite as a support utility should contact Bare Bones Software
  344.     for up-to-date versions and information.
  345.  
  346. Address all correspondence to:
  347.  
  348. Postal: Bare Bones Software, Inc.
  349.         P.O. Box 1048
  350.         Bedford, MA 01730
  351.  
  352. Web:    <http://www.barebones.com/>
  353.  
  354. email:  <sales@barebones.com>   -- licensing inquiries only
  355.  
  356.         <support@barebones.com> -- all technical questions
  357.  
  358. Phone:  +1 781 687-0700
  359. Fax:    +1 781-687-0711
  360.  
  361. Please note that we cannot provide technical support for BBEdit Lite or our 
  362. other freeware products via phone or fax.
  363.  
  364.  
  365. Limited warranty and limitation of remedies
  366. ======= ======== === ========== == ========
  367.  
  368. The program and any support from Bare Bones Software, Inc., are provided
  369. "as is" and without warranty, express and implied, including but not
  370. limited to any implied warranties of merchantability and fitness for a
  371. particular purpose.  In no event will Bare Bones Software, Inc. be
  372. liable for any damages, including lost profits, lost savings, or other
  373. incidental or consequential damages, even if Bare Bones Software, Inc.
  374. is advised of the possibility of such damages, or for any claim by you
  375. or any third party.
  376.  
  377. =============================================================================
  378. All products mentioned are trademarks or registered trademarks of their
  379. respective holders.
  380.  
  381. This document is written by and copyright (c)1997-1998 by Bare Bones
  382. Software, Inc.
  383.  
  384. Information presented here is accurate as of the time of writing, but is
  385. subject to change without notice.
  386.  
  387. =end=
  388.